home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-06-25 | 393 b | 25 lines | [TEXT/R*ch] |
- # Kent Sorensen 06/25/98 : this file is from the standard distribution of ircII
-
- # This lets you assign aliases for peoples nicknames.
- # For example, of you do: /ASSIGN BC BigCheese
- # Then you can do: /MSG BC Hi there!
-
- alias msg {
- if ( [$($0)] )
- {
- ${K}${K}msg $($0) $1-
- }
- {
- ${K}${K}msg $0 $1-
- }
- }
- alias query {
- if ( [$($0)] )
- {
- ${K}${K}query $($0)
- }
- {
- ${K}${K}query $0-
- }
- }
-